home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / BLAT for Windows / blat222.full.zip / BLAT222 / docs / readme.txt < prev    next >
Text File  |  2003-06-26  |  2KB  |  47 lines

  1. INDEX
  2.  
  3. - Description
  4. - Installation
  5. - What's New              (See changes.txt)
  6. - Usage                   (See syntax.txt, or run Blat)
  7. - Examples                (See examples.txt, or http://www.blat.net)
  8. - Copyright               (See license.txt)
  9. - Authors & Contributors  (See credits.html)
  10.  
  11.  
  12. DESCRIPTION:
  13.  
  14. You can find Blat at http://www.blat.net
  15.  
  16. Blat is a Public Domain (generous aren't we?) Win32 console utility that
  17. sends the contents of a file in an e-mail message using the SMTP
  18. protocol. Blat is useful for creating scripts where mail has to be sent
  19. automatically (CGI, backups, etc.) To use Blat you must have access to a
  20. SMTP server via TCP-IP. Blat can store various default settings in the
  21. registry. The command line options override the registry settings. Input
  22. from the console (STDIN) can be used instead of a disk file (if the
  23. special filename '-' is specified). Blat can also "carbon copy" and "blind
  24. carbon copy" the message. Impersonation can be done with the -i flag which
  25. puts the value specified in the "From:" line, however when this is done
  26. the real senders address is stamped in the "Reply-To:" and "Sender:"
  27. lines. This feature can be useful when using the program to send messages
  28. from users that are not registered on the SMTP host.
  29.  
  30. Optionally, Blat can also attach multiple files to your message.
  31.  
  32.  
  33. INSTALLATION:
  34.  
  35. If you are upgrading from version 1.2 or later, simply copy Blat.exe
  36. over the old one. Blat no longer needs gensock.dll or gwinsock.dll. You
  37. can delete these unless another application you use requires them.
  38.  
  39. If you are upgrading from Blat 1.1 or 1.0 (phew!) or you never used Blat
  40. before you can follow these steps:
  41.  
  42. 1) Copy the file "Blat.exe" to your "\WINNT\SYSTEM32" directory, or to
  43.    any other directory in your path.
  44.  
  45. 2) Optionaly, run "Blat -install smtp.yoursite.tld youruserid@yoursite.tld"
  46.  
  47.